Categories

Versions

Image to Base64 (Operator Toolbox)

Synopsis

This operator transforms an image into a base64 encoded string

Description

This operator can be be used to convert images to base64 encoded strings. Base64 encoding is often used to transfer binary files (such as images) over web services.

For example it can be used in combination with a Real-Time-Scoring-Agent (RTSA) to receive images as part of a message.

Input

  • input (File)

    File that contains an image file object.

Output

  • output (null)

    Converted image as a string and information about the image source.

Parameters

    Tutorial Processes

    Encode Image

    This tutorial loads an image from a website, which is then converted into a base64 string.